Multi-Authored Books

Each chapter in a multiauthored book may be written by different authors, who write and test their parts as self-contained manuscripts. The chapters are then submitted to the editor to be collected into the whole.

An author's document should start out as follows.

\documentstyle[svma,draft]{report}
\begin{document}
\chapter{Title of your Chapter}
\chapterauthors{Your Name\footnote{Your institution}\\
Another Author's Name\footnote{Their institution}}

\begin{abstract}
The abstract...
\end{abstract}

and should end with

\end{document}

All these are standard LATEX commands, except for \chapterauthors. \chapterauthors takes as an argument a list of authors, separated by the command \\. Each author should have a footnote which specifies their institution.

As a side-effect of this command, the chapter name and the names of the authors will be placed in the running heads automatically.